projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0ef3ec
)
Fix spurious open-paren-in-column-0 in a comment.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 10 Dec 2006 22:00:27 +0000
(22:00 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 10 Dec 2006 22:00:27 +0000
(22:00 +0000)
src/syntax.c
patch
|
blob
|
history
diff --git
a/src/syntax.c
b/src/syntax.c
index 5fec9e7d772b7ac05db8bd071662fa119528077c..52527a0516deeabe8b1c5534f590511ef61166b6 100644
(file)
--- a/
src/syntax.c
+++ b/
src/syntax.c
@@
-915,7
+915,7
@@
DEFUN ("string-to-syntax", Fstring_to_syntax, Sstring_to_syntax, 1, 1, 0,
doc: /* Convert a syntax specification STRING into syntax cell form.
STRING should be a string as it is allowed as argument of
`modify-syntax-entry'. Value is the equivalent cons cell
-(CODE . MATCHING-CHAR) that can be used as value of a `syntax-table'
+
\
(CODE . MATCHING-CHAR) that can be used as value of a `syntax-table'
text property. */)
(string)
Lisp_Object string;